Onboard bionemo-agent-toolkit to nv-skills - #15
Open
ohadmo wants to merge 19 commits into
Open
Conversation
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
2 similar comments
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
…tion-fixes Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
1 similar comment
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
ohadmo
force-pushed
the
omosafi/tier1-validation-fixes
branch
from
July 21, 2026 21:30
03c3d7f to
5c69beb
Compare
Collaborator
Author
|
/nvskills-ci |
…-rules Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
2 similar comments
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
4 similar comments
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
ohadmo
force-pushed
the
omosafi/tier1-validation-fixes
branch
from
July 23, 2026 19:00
e90a2e8 to
a4e8842
Compare
Collaborator
Author
|
/nvskills-ci |
1 similar comment
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
…tion-fixes Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
1 similar comment
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
2 similar comments
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
1 similar comment
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
…killSpector baseline Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
…and msa-structure pipelines Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: Ohad Mosafi <omosafi@nvidia.com>
Collaborator
Author
|
/nvskills-ci |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR brings the bionemo-agent-toolkit skills into the NVIDIA/skills aggregation setup and gets everything passing the NVCARPS validation pipeline (Tier 1 security, Tier 2 dedup, Tier 3 evals).
Most of the work was building out the catalog and then chasing down the CI findings tier by tier. Rough breakdown:
Skills added
Catalog:
payload once Tier 3 started requiring the eval datasets.
Evals
CI fixes
(this is what evo2 was already doing). Also cleaned up a handful of one-offs: a | sudo install, an rm -rf in a doc table, a stray "Hydra" the YARA rule tripped on, a
.env credential-access flag, some dead links, and a description warning about data being sent to hosted endpoints.
into their own file, and pulled the duplicated boltz2 endpoint helper into boltz2_endpoint.py.